On x86, Xen does not claim any serial port unless the user
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 3 Aug 2005 14:44:19 +0000 (14:44 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 3 Aug 2005 14:44:19 +0000 (14:44 +0000)
commit98506e40b1474d3e99f2757a6130fc9a19045b7d
tree7b77308153851a2edddcad6e8e0ee088d9083f99
parent2ca1179da8e17f151e515960b9814c7b77c4230e
On x86, Xen does not claim any serial port unless the user
explicitly specifies a 'com1=' or 'com2=' configuration
string. This prevents users from being surprised when Xen
stops domain0 from accessing serial port registers.

On ia64 we still allow serial ports to get automatically
configured and locked down even if no 'com1' is specified
on the command line. This maintains the default preferred
by the IA64 developers.

Also, the method for specifying 'use existing baud rate'
has changed. Instead of specifying com1=0, you must now
specify e.g., com1=auto

Signed-off-by: Keir Fraser <keir@xensource.com>
docs/src/user.tex
xen/arch/ia64/xensetup.c
xen/drivers/char/ns16550.c
xen/include/xen/serial.h